Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate Sagemaker resources to AWS SDK v2 #38835

Merged
merged 54 commits into from
Aug 14, 2024

Conversation

DanielRieske
Copy link
Contributor

@DanielRieske DanielRieske commented Aug 12, 2024

Description

This PR migrates the Sagemaker resources to AWS SDKv2 and addresses some technical debt.

After spending quite some time on the tests, we still have two of them failing where I'd like a maintainers opinion on:

  • TestAccSageMaker_serial/Domain/rStudioServerProDomainSettings seems to be failing because the account I am running these tests in does not have a valid RStudio license. I assume the CI accounts don't either so I am not sure how to approach this one.
  • TestAccSageMakerModel_primaryContainerModelPackageName because my account isn't subscribed on the model package. Not sure if the CI account is or if we have to revisit this test altogether.

Relations

Closes #36208
Relates #32976

References

Output from Acceptance Testing

% make testacc TESTARGS='-run=TestAcc' PKG=sagemaker
make: Verifying source code with gofmt...
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go1.22.6 test ./internal/service/sagemaker/... -v -count 1 -parallel 3  -run=TestAcc -timeout 360m
--- PASS: TestAccSageMakerAppImageConfig_tags (36.14s)
=== RUN   TestAccSageMakerDeviceFleet_basic
    device_fleet_test.go:23: skipping tests; Amazon Sagemaker Edge has been deprecated on April 26th, 2024
--- SKIP: TestAccSageMakerDeviceFleet_basic (0.00s)
=== RUN   TestAccSageMakerDeviceFleet_description
    device_fleet_test.go:60: skipping tests; Amazon Sagemaker Edge has been deprecated on April 26th, 2024
--- SKIP: TestAccSageMakerDeviceFleet_description (0.00s)
=== RUN   TestAccSageMakerDeviceFleet_tags
    device_fleet_test.go:97: skipping tests; Amazon Sagemaker Edge has been deprecated on April 26th, 2024
--- SKIP: TestAccSageMakerDeviceFleet_tags (0.00s)
=== RUN   TestAccSageMakerDeviceFleet_disappears
    device_fleet_test.go:145: skipping tests; Amazon Sagemaker Edge has been deprecated on April 26th, 2024
--- SKIP: TestAccSageMakerDeviceFleet_disappears (0.00s)
=== RUN   TestAccSageMakerDevice_basic
    device_test.go:23: skipping tests; Amazon Sagemaker Edge has been deprecated on April 26th, 2024
--- SKIP: TestAccSageMakerDevice_basic (0.00s)
=== RUN   TestAccSageMakerDevice_description
    device_test.go:56: skipping tests; Amazon Sagemaker Edge has been deprecated on April 26th, 2024
--- SKIP: TestAccSageMakerDevice_description (0.00s)
=== RUN   TestAccSageMakerDevice_disappears
    device_test.go:93: skipping tests; Amazon Sagemaker Edge has been deprecated on April 26th, 2024
--- SKIP: TestAccSageMakerDevice_disappears (0.00s)
=== RUN   TestAccSageMakerDevice_disappears_fleet
    device_test.go:119: skipping tests; Amazon Sagemaker Edge has been deprecated on April 26th, 2024
--- SKIP: TestAccSageMakerDevice_disappears_fleet (0.00s)
--- PASS: TestAccSageMakerFeatureGroup_Offline_providedCatalog (70.03s)
--- PASS: TestAccSageMakerFeatureGroup_disappears (63.68s)
--- PASS: TestAccSageMakerHumanTaskUI_basic (16.48s)
--- PASS: TestAccSageMakerHumanTaskUI_tags (36.72s)
--- PASS: TestAccSageMakerHumanTaskUI_disappears (13.57s)
=== RUN   TestAccSageMakerImageVersion_basic
    image_version_test.go:26: Environment variable SAGEMAKER_IMAGE_VERSION_BASE_IMAGE is not set
--- SKIP: TestAccSageMakerImageVersion_basic (0.00s)
=== RUN   TestAccSageMakerImageVersion_disappears
    image_version_test.go:64: Environment variable SAGEMAKER_IMAGE_VERSION_BASE_IMAGE is not set
--- SKIP: TestAccSageMakerImageVersion_disappears (0.00s)
=== RUN   TestAccSageMakerImageVersion_Disappears_image
    image_version_test.go:93: Environment variable SAGEMAKER_IMAGE_VERSION_BASE_IMAGE is not set
--- SKIP: TestAccSageMakerImageVersion_Disappears_image (0.00s)
--- PASS: TestAccSageMakerPipeline_basic (30.98s)
--- PASS: TestAccSageMakerPipeline_parallelism (19.18s)
--- PASS: TestAccSageMakerPipeline_tags (42.45s)
--- PASS: TestAccSageMakerPipeline_disappears (16.32s)
--- PASS: TestAccSageMakerStudioLifecycleConfig_basic (16.17s)
--- PASS: TestAccSageMakerStudioLifecycleConfig_tags (36.19s)
--- PASS: TestAccSageMakerStudioLifecycleConfig_disappears (13.44s)
--- PASS: TestAccSageMakerModelPackageGroupPolicy_disappears (15.74s)
--- PASS: TestAccSageMakerAppImageConfig_basic (16.74s)
--- PASS: TestAccSageMakerEndpointConfiguration_ProductionVariants_routing (26.62s)
--- PASS: TestAccSageMakerModelPackageGroupPolicy_basic (18.08s)
--- PASS: TestAccSageMakerEndpointConfiguration_Async_client_failurePath (29.09s)
--- PASS: TestAccSageMakerImage_disappears (77.65s)
--- PASS: TestAccSageMakerImage_tags (103.35s)
--- PASS: TestAccSageMakerImage_displayName (105.20s)
--- PASS: TestAccSageMakerEndpointConfiguration_dataCapture (27.90s)
--- PASS: TestAccSageMakerEndpointConfiguration_Async_client (27.50s)
--- PASS: TestAccSageMakerImage_description (105.39s)
--- PASS: TestAccSageMakerEndpointConfiguration_Async_notif (27.79s)
--- PASS: TestAccSageMakerImage_basic (80.90s)
--- PASS: TestAccSageMakerEndpointConfiguration_async_kms (28.20s)
--- PASS: TestAccSageMakerEndpoint_disappears (198.04s)
--- PASS: TestAccSageMakerEndpoint_deploymentConfig_rolling (201.67s)
--- PASS: TestAccSageMakerEndpointConfiguration_async_includeInference (28.28s)
--- PASS: TestAccSageMakerEndpoint_deploymentConfig_blueGreen (211.80s)
--- PASS: TestAccSageMakerEndpoint_deploymentConfig (201.82s)
--- PASS: TestAccSageMakerEndpointConfiguration_async (28.24s)
--- PASS: TestAccSageMakerEndpointConfiguration_disappears (24.86s)
--- PASS: TestAccSageMakerEndpoint_tags (219.45s)
--- PASS: TestAccSageMakerEndpoint_basic (200.21s)
--- PASS: TestAccSageMakerEndpointConfiguration_upgradeToEnableSSMAccess (38.38s)
--- PASS: TestAccSageMakerEndpointConfiguration_dataCapture_inputAndOutput (28.30s)
--- PASS: TestAccSageMakerDataQualityJobDefinition_batchTransformJSONLine (23.89s)
--- PASS: TestAccSageMakerEndpoint_endpointName (410.59s)
--- PASS: TestAccSageMakerNotebookInstance_tags (429.46s)
--- PASS: TestAccSageMakerProject_disappears (84.10s)
--- PASS: TestAccSageMakerEndpointConfiguration_shadowProductionVariants (26.46s)
--- PASS: TestAccSageMakerEndpointConfiguration_namePrefix (26.73s)
--- PASS: TestAccSageMakerFeatureGroup_serial (1592.13s)
    --- PASS: TestAccSageMakerFeatureGroup_serial/storageType (977.43s)
    --- PASS: TestAccSageMakerFeatureGroup_serial/description (66.15s)
    --- PASS: TestAccSageMakerFeatureGroup_serial/disappears (43.69s)
    --- PASS: TestAccSageMakerFeatureGroup_serial/multipleFeatures (65.71s)
    --- PASS: TestAccSageMakerFeatureGroup_serial/offlineConfig_providedCatalog (60.36s)
    --- PASS: TestAccSageMakerFeatureGroup_serial/onlineConfig_TTLDuration (57.17s)
    --- PASS: TestAccSageMakerFeatureGroup_serial/tags (59.74s)
    --- PASS: TestAccSageMakerFeatureGroup_serial/basic (45.76s)
    --- PASS: TestAccSageMakerFeatureGroup_serial/offlineConfig_format (60.18s)
    --- PASS: TestAccSageMakerFeatureGroup_serial/offlineConfig_createCatalog (60.31s)
    --- PASS: TestAccSageMakerFeatureGroup_serial/onlineConfigSecurityConfig (35.61s)
    --- PASS: TestAccSageMakerFeatureGroup_serial/offlineConfig_basic (60.02s)
--- PASS: TestAccSageMakerProject_tags (178.76s)
--- PASS: TestAccSageMakerEndpointConfiguration_nameGenerated (27.15s)
--- PASS: TestAccSageMakerProject_description (169.55s)
--- PASS: TestAccSageMakerEndpointConfiguration_basic (26.59s)
--- PASS: TestAccSageMakerPrebuiltECRImageDataSource_caseSpark (7.69s)
--- PASS: TestAccSageMakerDataQualityJobDefinition_disappears (21.51s)
--- PASS: TestAccSageMakerProject_basic (113.46s)
--- PASS: TestAccSageMakerPrebuiltECRImageDataSource_caseSageMakerRL (7.75s)
--- PASS: TestAccSageMakerDataQualityJobDefinition_networkConfigEnableNetworkIsolation (27.12s)
--- PASS: TestAccSageMakerPrebuiltECRImageDataSource_caseSageMakerBasePython (7.64s)
--- PASS: TestAccSageMakerDataQualityJobDefinition_tags (56.73s)
--- PASS: TestAccSageMakerPrebuiltECRImageDataSource_caseDeepLearningStabilityAI (7.87s)
--- PASS: TestAccSageMakerDataQualityJobDefinition_networkConfigTrafficEncryption (27.47s)
--- PASS: TestAccSageMakerPrebuiltECRImageDataSource_caseDeepLearningNVIDIATritionInference (7.70s)
--- PASS: TestAccSageMakerDataQualityJobDefinition_networkConfig (27.14s)
--- PASS: TestAccSageMakerPrebuiltECRImageDataSource_caseDeepLearningHuggingFacePyTorchTGIInference (7.89s)
--- PASS: TestAccSageMakerDataQualityJobDefinition_stoppingCondition (24.55s)
--- PASS: TestAccSageMakerPrebuiltECRImageDataSource_caseSageMakerCustomSageMakerTensorFlowEIA (7.63s)
--- PASS: TestAccSageMakerDataQualityJobDefinition_jobResourcesVolumeKMSKeyID (24.27s)
--- PASS: TestAccSageMakerPrebuiltECRImageDataSource_caseSageMakerCustomSageMakerMXNetServingEIA (7.88s)
--- PASS: TestAccSageMakerDataQualityJobDefinition_outputConfigOptional (24.12s)
--- PASS: TestAccSageMakerPrebuiltECRImageDataSource_caseSageMakerCustomSageMakerChainer (7.69s)
--- PASS: TestAccSageMakerDataQualityJobDefinition_outputConfigKMSKeyID (24.33s)
--- PASS: TestAccSageMakerPrebuiltECRImageDataSource_caseXGBoostHuggingFaceTEICPU (7.69s)
--- PASS: TestAccSageMakerDataQualityJobDefinition_batchTransformOptional (24.03s)
--- PASS: TestAccSageMakerPrebuiltECRImageDataSource_caseXGBoostSparkML (7.74s)
--- PASS: TestAccSageMakerPrebuiltECRImageDataSource_caseInferentiaNeoTensorflowInferentia (7.68s)
--- PASS: TestAccSageMakerPrebuiltECRImageDataSource_caseInferentiaNeoInferentiaPyTorch (7.82s)
--- PASS: TestAccSageMakerEndpointConfiguration_ProductionVariants_acceleratorType (27.31s)
--- PASS: TestAccSageMakerEndpointConfiguration_tags (52.54s)
--- PASS: TestAccSageMakerEndpointConfiguration_kmsKeyID (27.53s)
--- PASS: TestAccSageMakerPrebuiltECRImageDataSource_caseDebugger (7.70s)
--- PASS: TestAccSageMakerPrebuiltECRImageDataSource_caseDataWrangler (7.66s)
--- PASS: TestAccSageMakerDataQualityJobDefinition_endpointOptional (182.58s)
--- PASS: TestAccSageMakerPrebuiltECRImageDataSource_caseClarify (7.78s)
--- PASS: TestAccSageMakerPrebuiltECRImageDataSource_region (7.76s)
--- PASS: TestAccSageMakerEndpointConfiguration_ProductionVariants_variantNameGenerated (27.14s)
--- PASS: TestAccSageMakerEndpointConfiguration_ProductionVariants_serverlessProvisionedConcurrency (27.31s)
--- PASS: TestAccSageMakerPrebuiltECRImageDataSource_basic (7.79s)
--- PASS: TestAccSageMakerEndpointConfiguration_ProductionVariants_initialVariantWeight (27.16s)
--- PASS: TestAccSageMakerNotebookInstance_acceleratorTypes (1578.59s)
--- PASS: TestAccSageMakerModel_vpc (31.14s)
=== NAME  TestAccSageMaker_serial/Domain/rStudioServerProDomainSettings
    domain_test.go:630: Step 1/2 error: Error running apply: exit status 1
        
        Error: creating SageMaker Domain (d-c2v3k2timi7f): waiting for completion: unexpected state 'Failed', wanted target 'InService'. last error: InternalFailure
        
          with aws_sagemaker_domain.test,
          on terraform_plugin_test.tf line 86, in resource "aws_sagemaker_domain" "test":
          86: resource "aws_sagemaker_domain" "test" {
        
=== RUN   TestAccSageMaker_serial/Domain/kernelGatewayAppSettings_customImage
    domain_test.go:868: Environment variable SAGEMAKER_IMAGE_VERSION_BASE_IMAGE is not set
--- PASS: TestAccSageMakerNotebookInstance_lifecycleName (1250.54s)
--- PASS: TestAccSageMakerNotebookInstance_DefaultCodeRepository_sageMakerRepo (1311.42s)
--- PASS: TestAccSageMakerNotebookInstance_volumeSize (1211.03s)
--- PASS: TestAccSageMakerNotebookInstance_AdditionalCode_repositories (1774.57s)
=== RUN   TestAccSageMaker_serial/Domain/codeEditorAppSettings_customImage
    domain_test.go:723: Environment variable SAGEMAKER_IMAGE_VERSION_BASE_IMAGE is not set
--- PASS: TestAccSageMakerNotebookInstance_DefaultCode_repository (1425.11s)
--- PASS: TestAccSageMakerNotebookInstance_update (900.48s)
--- PASS: TestAccSageMakerNotebookInstance_Platform_identifier (859.16s)
--- PASS: TestAccSageMakerNotebookInstance_DirectInternet_access (974.21s)
=== RUN   TestAccSageMaker_serial/Domain/codeEditorAppSettings_defaultResourceSpecAndCustomImage
    domain_test.go:762: Environment variable SAGEMAKER_IMAGE_VERSION_BASE_IMAGE is not set
=== RUN   TestAccSageMaker_serial/Domain/kernelGatewayAppSettings_defaultResourceAndCustomImage
    domain_test.go:907: Environment variable SAGEMAKER_IMAGE_VERSION_BASE_IMAGE is not set
--- PASS: TestAccSageMakerNotebookInstance_imds (767.67s)
--- PASS: TestAccSageMakerNotebookInstance_Root_access (798.79s)
--- PASS: TestAccSageMakerNotebookInstance_disappears (395.33s)
--- PASS: TestAccSageMakerNotebookInstance_basic (418.24s)
--- PASS: TestAccSageMakerNotebookInstanceLifecycleConfiguration_disappears (13.46s)
--- PASS: TestAccSageMakerModel_primaryContainerModelDataURL (34.04s)
--- PASS: TestAccSageMakerNotebookInstanceLifecycleConfiguration_update (25.36s)
--- PASS: TestAccSageMakerModel_containers (56.24s)
--- PASS: TestAccSageMakerNotebookInstanceLifecycleConfiguration_basic (15.81s)
--- PASS: TestAccSageMakerModel_disappears (22.39s)
--- PASS: TestAccSageMakerModel_primaryContainerModelDataSource (32.81s)
--- PASS: TestAccSageMakerModel_networkIsolation (25.79s)
--- PASS: TestAccSageMakerModel_primaryContainerPrivateDockerRegistry (30.91s)
--- PASS: TestAccSageMakerEndpointConfiguration_ProductionVariants_ami (27.24s)
=== NAME  TestAccSageMakerModel_primaryContainerModelPackageName
    model_test.go:272: Step 1/2 error: Error running apply: exit status 1
        
        Error: creating SageMaker model: operation error SageMaker: CreateModel, https response error StatusCode: 400, RequestID: a825153a-c2a3-44cb-a448-649b8118e814, api error ValidationException: Caller is not subscribed to the marketplace offering.
        
          with aws_sagemaker_model.test,
          on terraform_plugin_test.tf line 64, in resource "aws_sagemaker_model" "test":
          64: resource "aws_sagemaker_model" "test" {
        
--- FAIL: TestAccSageMakerModel_primaryContainerModelPackageName (127.16s)
--- PASS: TestAccSageMakerMonitoringSchedule_basic (37.97s)
--- PASS: TestAccSageMakerNotebookInstance_kms (474.57s)
--- PASS: TestAccSageMakerModelPackageGroup_disappears (14.37s)
--- PASS: TestAccSageMakerModel_primaryContainerModeSingle (25.32s)
--- PASS: TestAccSageMakerModel_tags (50.91s)
--- PASS: TestAccSageMakerModel_inferenceExecution (25.99s)
--- PASS: TestAccSageMakerMonitoringSchedule_disappears (31.26s)
--- PASS: TestAccSageMakerMonitoringSchedule_scheduleExpression (93.44s)
--- PASS: TestAccSageMakerMonitoringSchedule_tags (76.02s)
--- PASS: TestAccSageMakerModel_primaryContainerEnvironment (25.48s)
--- PASS: TestAccSageMakerModel_primaryContainerImage (27.11s)
--- PASS: TestAccSageMakerModel_primaryContainerHostname (25.38s)
--- PASS: TestAccSageMakerCodeRepository_tags (36.77s)
--- PASS: TestAccSageMakerDataQualityJobDefinition_batchTransformJSON (24.06s)
--- PASS: TestAccSageMakerModel_basic (25.75s)
--- PASS: TestAccSageMakerModelPackageGroup_description (16.59s)
--- PASS: TestAccSageMakerDataQualityJobDefinition_batchTransformCSVHeader (23.74s)
--- PASS: TestAccSageMakerAppImageConfig_CodeEditor (26.73s)
--- PASS: TestAccSageMakerAppImageConfig_disappears (13.66s)
--- PASS: TestAccSageMakerModelPackageGroup_tags (37.53s)
--- PASS: TestAccSageMakerCodeRepository_Git_secret (31.93s)
--- PASS: TestAccSageMakerCodeRepository_Git_branch (16.04s)
--- PASS: TestAccSageMakerDataQualityJobDefinition_appSpecificationOptional (25.16s)
--- PASS: TestAccSageMakerCodeRepository_basic (16.43s)
--- PASS: TestAccSageMakerDataQualityJobDefinition_batchTransform (24.16s)
--- PASS: TestAccSageMakerDataQualityJobDefinition_baselineConfig (24.42s)
--- PASS: TestAccSageMakerAppImageConfig_KernelGatewayImage_fileSystem (25.70s)
--- PASS: TestAccSageMakerCodeRepository_disappears (13.72s)
--- PASS: TestAccSageMakerAppImageConfig_KernelGatewayImage_kernelSpecs (26.71s)
--- PASS: TestAccSageMakerEndpointConfiguration_ProductionVariants_serverless (27.04s)
--- PASS: TestAccSageMakerModelPackageGroup_basic (16.68s)
--- PASS: TestAccSageMakerModelPackageGroupPolicy_Disappears_modelPackageGroup (17.38s)
--- PASS: TestAccSageMakerAppImageConfig_JupyterLab (26.11s)
--- PASS: TestAccSageMakerDataQualityJobDefinition_endpoint (202.69s)
=== RUN   TestAccSageMaker_serial/Space/kernelGatewayAppSettings_imageConfig
    space_test.go:203: Environment variable SAGEMAKER_IMAGE_VERSION_BASE_IMAGE is not set
=== RUN   TestAccSageMaker_serial/UserProfile/codeEditorAppSettings_customImage
    user_profile_test.go:282: Environment variable SAGEMAKER_IMAGE_VERSION_BASE_IMAGE is not set
=== RUN   TestAccSageMaker_serial/UserProfile/kernelGatewayAppSettings_imageConfig
    user_profile_test.go:244: Environment variable SAGEMAKER_IMAGE_VERSION_BASE_IMAGE is not set
--- FAIL: TestAccSageMaker_serial (17693.09s)
    --- FAIL: TestAccSageMaker_serial/Domain (8428.45s)
        --- PASS: TestAccSageMaker_serial/Domain/canvas (237.51s)
        --- PASS: TestAccSageMaker_serial/Domain/modelRegisterSettings (237.34s)
        --- PASS: TestAccSageMaker_serial/Domain/directDeploySettings (237.09s)
        --- FAIL: TestAccSageMaker_serial/Domain/rStudioServerProDomainSettings (999.66s)
        --- SKIP: TestAccSageMaker_serial/Domain/kernelGatewayAppSettings_customImage (0.00s)
        --- PASS: TestAccSageMaker_serial/Domain/generativeAi (248.71s)
        --- PASS: TestAccSageMaker_serial/Domain/kendraSettings (238.10s)
        --- PASS: TestAccSageMaker_serial/Domain/workspaceSettings (258.21s)
        --- PASS: TestAccSageMaker_serial/Domain/spaceSettingsKernelGatewayAppSettings (264.65s)
        --- PASS: TestAccSageMaker_serial/Domain/posix (238.37s)
        --- PASS: TestAccSageMaker_serial/Domain/kernelGatewayAppSettings_lifecycleConfig (246.90s)
        --- PASS: TestAccSageMaker_serial/Domain/kms (258.65s)
        --- PASS: TestAccSageMaker_serial/Domain/efs (348.35s)
        --- PASS: TestAccSageMaker_serial/Domain/code (238.39s)
        --- PASS: TestAccSageMaker_serial/Domain/disappears (297.59s)
        --- PASS: TestAccSageMaker_serial/Domain/tensorboardAppSettingsWithImage (295.71s)
        --- SKIP: TestAccSageMaker_serial/Domain/codeEditorAppSettings_customImage (0.00s)
        --- PASS: TestAccSageMaker_serial/Domain/jupyterLabAppSettings (238.08s)
        --- PASS: TestAccSageMaker_serial/Domain/sharingSettings (248.18s)
        --- PASS: TestAccSageMaker_serial/Domain/identityProviderOauthSettings (248.23s)
        --- PASS: TestAccSageMaker_serial/Domain/jupyterServerAppSettings (237.55s)
        --- PASS: TestAccSageMaker_serial/Domain/securityGroup (268.58s)
        --- PASS: TestAccSageMaker_serial/Domain/codeEditorAppSettings (275.16s)
        --- SKIP: TestAccSageMaker_serial/Domain/codeEditorAppSettings_defaultResourceSpecAndCustomImage (0.00s)
        --- PASS: TestAccSageMaker_serial/Domain/kernelGatewayAppSettings (265.83s)
        --- SKIP: TestAccSageMaker_serial/Domain/kernelGatewayAppSettings_defaultResourceAndCustomImage (0.00s)
        --- PASS: TestAccSageMaker_serial/Domain/domainSettings (254.09s)
        --- PASS: TestAccSageMaker_serial/Domain/rStudioServerProAppSettings (269.82s)
        --- PASS: TestAccSageMaker_serial/Domain/spaceStorageSettings (247.70s)
        --- PASS: TestAccSageMaker_serial/Domain/basic (246.91s)
        --- PASS: TestAccSageMaker_serial/Domain/tags (235.39s)
        --- PASS: TestAccSageMaker_serial/Domain/tensorboardAppSettings (236.95s)
        --- PASS: TestAccSageMaker_serial/Domain/defaultUserSettingsUpdated (262.47s)
        --- PASS: TestAccSageMaker_serial/Domain/rSessionAppSettings (248.29s)
    --- PASS: TestAccSageMaker_serial/FlowDefinition (457.73s)
        --- PASS: TestAccSageMaker_serial/FlowDefinition/basic (100.44s)
        --- PASS: TestAccSageMaker_serial/FlowDefinition/disappears (96.57s)
        --- PASS: TestAccSageMaker_serial/FlowDefinition/tags (128.82s)
        --- PASS: TestAccSageMaker_serial/FlowDefinition/HumanLoopConfigPublicWorkforce (33.68s)
        --- PASS: TestAccSageMaker_serial/FlowDefinition/HumanLoopRequestSource (98.21s)
    --- PASS: TestAccSageMaker_serial/Space (2688.71s)
        --- PASS: TestAccSageMaker_serial/Space/kernelGatewayAppSettings_lifecycleConfig (242.18s)
        --- SKIP: TestAccSageMaker_serial/Space/kernelGatewayAppSettings_imageConfig (0.00s)
        --- PASS: TestAccSageMaker_serial/Space/jupyterServerAppSettings (254.50s)
        --- PASS: TestAccSageMaker_serial/Space/jupyterLabAppSettings (269.25s)
        --- PASS: TestAccSageMaker_serial/Space/codeEditorAppSettings (265.79s)
        --- PASS: TestAccSageMaker_serial/Space/storageSettings (265.82s)
        --- PASS: TestAccSageMaker_serial/Space/basic (243.51s)
        --- PASS: TestAccSageMaker_serial/Space/disappears (285.15s)
        --- PASS: TestAccSageMaker_serial/Space/tags (240.43s)
        --- PASS: TestAccSageMaker_serial/Space/kernelGatewayAppSettings (255.39s)
        --- PASS: TestAccSageMaker_serial/Space/customFileSystem (366.69s)
    --- PASS: TestAccSageMaker_serial/UserProfile (2009.27s)
        --- PASS: TestAccSageMaker_serial/UserProfile/basic (242.58s)
        --- PASS: TestAccSageMaker_serial/UserProfile/disappears (274.72s)
        --- PASS: TestAccSageMaker_serial/UserProfile/tensorboardAppSettingsWithImage (268.17s)
        --- PASS: TestAccSageMaker_serial/UserProfile/kernelGatewayAppSettings (243.01s)
        --- SKIP: TestAccSageMaker_serial/UserProfile/codeEditorAppSettings_customImage (0.00s)
        --- PASS: TestAccSageMaker_serial/UserProfile/tags (240.52s)
        --- PASS: TestAccSageMaker_serial/UserProfile/tensorboardAppSettings (244.60s)
        --- PASS: TestAccSageMaker_serial/UserProfile/kernelGatewayAppSettings_lifecycleConfig (242.27s)
        --- SKIP: TestAccSageMaker_serial/UserProfile/kernelGatewayAppSettings_imageConfig (0.00s)
        --- PASS: TestAccSageMaker_serial/UserProfile/jupyterServerAppSettings (253.40s)
    --- PASS: TestAccSageMaker_serial/Workforce (417.13s)
        --- PASS: TestAccSageMaker_serial/Workforce/OidcConfig (31.63s)
        --- PASS: TestAccSageMaker_serial/Workforce/OidcConfig_full (31.22s)
        --- PASS: TestAccSageMaker_serial/Workforce/SourceIpConfig (50.15s)
        --- PASS: TestAccSageMaker_serial/Workforce/VPC (256.68s)
        --- PASS: TestAccSageMaker_serial/Workforce/disappears (22.21s)
        --- PASS: TestAccSageMaker_serial/Workforce/CognitoConfig (25.26s)
    --- PASS: TestAccSageMaker_serial/Workteam (297.80s)
        --- PASS: TestAccSageMaker_serial/Workteam/CognitoConfig (122.59s)
        --- PASS: TestAccSageMaker_serial/Workteam/NotificationConfig (44.48s)
        --- PASS: TestAccSageMaker_serial/Workteam/WorkerAccessConfiguration (30.39s)
        --- PASS: TestAccSageMaker_serial/Workteam/OidcConfig (41.84s)
        --- PASS: TestAccSageMaker_serial/Workteam/disappears (17.40s)
        --- PASS: TestAccSageMaker_serial/Workteam/tags (41.09s)
    --- PASS: TestAccSageMaker_serial/Servicecatalog (35.44s)
        --- PASS: TestAccSageMaker_serial/Servicecatalog/basic (35.44s)
    --- PASS: TestAccSageMaker_serial/App (3358.56s)
        --- PASS: TestAccSageMaker_serial/App/disappears (483.47s)
        --- PASS: TestAccSageMaker_serial/App/tags (606.69s)
        --- PASS: TestAccSageMaker_serial/App/resourceSpec (559.56s)
        --- PASS: TestAccSageMaker_serial/App/resourceSpecLifecycle (591.53s)
        --- PASS: TestAccSageMaker_serial/App/space (537.89s)
        --- PASS: TestAccSageMaker_serial/App/basic (579.43s)
        --- PASS: TestAccSageMaker_serial/App/decodeAppId (0.00s)
FAIL
FAIL	github.com/hashicorp/terraform-provider-aws/internal/service/sagemaker	19263.803s
FAIL

@DanielRieske DanielRieske marked this pull request as draft August 12, 2024 20:31
@DanielRieske DanielRieske marked this pull request as ready for review August 13, 2024 11:12
@DanielRieske DanielRieske changed the title [WIP] - Migrate Sagemaker resources to AWS SDK v2 Migrate Sagemaker resources to AWS SDK v2 Aug 13, 2024
@ewbankkit ewbankkit added aws-sdk-go-migration Issues that are related to the providers migration to AWS SDK for Go v2. and removed needs-triage Waiting for first response or review from a maintainer. labels Aug 13, 2024
Copy link
Contributor

@ewbankkit ewbankkit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🚀.

% ACCTEST_TIMEOUT=720m make testacc TESTARGS='-run=TestAccSageMaker' PKG=sagemaker ACCTEST_PARALLELISM=3
make: Verifying source code with gofmt...
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go1.22.6 test ./internal/service/sagemaker/... -v -count 1 -parallel 3  -run=TestAccSageMaker -timeout 720m
=== RUN   TestAccSageMakerAppImageConfig_basic
=== PAUSE TestAccSageMakerAppImageConfig_basic
=== RUN   TestAccSageMakerAppImageConfig_KernelGatewayImage_kernelSpecs
=== PAUSE TestAccSageMakerAppImageConfig_KernelGatewayImage_kernelSpecs
=== RUN   TestAccSageMakerAppImageConfig_KernelGatewayImage_fileSystem
=== PAUSE TestAccSageMakerAppImageConfig_KernelGatewayImage_fileSystem
=== RUN   TestAccSageMakerAppImageConfig_CodeEditor
=== PAUSE TestAccSageMakerAppImageConfig_CodeEditor
=== RUN   TestAccSageMakerAppImageConfig_JupyterLab
=== PAUSE TestAccSageMakerAppImageConfig_JupyterLab
=== RUN   TestAccSageMakerAppImageConfig_tags
--- PASS: TestAccSageMakerAppImageConfig_tags (25.94s)
=== RUN   TestAccSageMakerAppImageConfig_disappears
=== PAUSE TestAccSageMakerAppImageConfig_disappears
=== RUN   TestAccSageMakerCodeRepository_basic
=== PAUSE TestAccSageMakerCodeRepository_basic
=== RUN   TestAccSageMakerCodeRepository_Git_branch
=== PAUSE TestAccSageMakerCodeRepository_Git_branch
=== RUN   TestAccSageMakerCodeRepository_Git_secret
=== PAUSE TestAccSageMakerCodeRepository_Git_secret
=== RUN   TestAccSageMakerCodeRepository_tags
=== PAUSE TestAccSageMakerCodeRepository_tags
=== RUN   TestAccSageMakerCodeRepository_disappears
=== PAUSE TestAccSageMakerCodeRepository_disappears
=== RUN   TestAccSageMakerDataQualityJobDefinition_endpoint
=== PAUSE TestAccSageMakerDataQualityJobDefinition_endpoint
=== RUN   TestAccSageMakerDataQualityJobDefinition_appSpecificationOptional
=== PAUSE TestAccSageMakerDataQualityJobDefinition_appSpecificationOptional
=== RUN   TestAccSageMakerDataQualityJobDefinition_baselineConfig
=== PAUSE TestAccSageMakerDataQualityJobDefinition_baselineConfig
=== RUN   TestAccSageMakerDataQualityJobDefinition_batchTransform
=== PAUSE TestAccSageMakerDataQualityJobDefinition_batchTransform
=== RUN   TestAccSageMakerDataQualityJobDefinition_batchTransformCSVHeader
=== PAUSE TestAccSageMakerDataQualityJobDefinition_batchTransformCSVHeader
=== RUN   TestAccSageMakerDataQualityJobDefinition_batchTransformJSON
=== PAUSE TestAccSageMakerDataQualityJobDefinition_batchTransformJSON
=== RUN   TestAccSageMakerDataQualityJobDefinition_batchTransformJSONLine
=== PAUSE TestAccSageMakerDataQualityJobDefinition_batchTransformJSONLine
=== RUN   TestAccSageMakerDataQualityJobDefinition_batchTransformOptional
=== PAUSE TestAccSageMakerDataQualityJobDefinition_batchTransformOptional
=== RUN   TestAccSageMakerDataQualityJobDefinition_endpointOptional
=== PAUSE TestAccSageMakerDataQualityJobDefinition_endpointOptional
=== RUN   TestAccSageMakerDataQualityJobDefinition_outputConfigKMSKeyID
=== PAUSE TestAccSageMakerDataQualityJobDefinition_outputConfigKMSKeyID
=== RUN   TestAccSageMakerDataQualityJobDefinition_outputConfigOptional
=== PAUSE TestAccSageMakerDataQualityJobDefinition_outputConfigOptional
=== RUN   TestAccSageMakerDataQualityJobDefinition_jobResourcesVolumeKMSKeyID
=== PAUSE TestAccSageMakerDataQualityJobDefinition_jobResourcesVolumeKMSKeyID
=== RUN   TestAccSageMakerDataQualityJobDefinition_stoppingCondition
=== PAUSE TestAccSageMakerDataQualityJobDefinition_stoppingCondition
=== RUN   TestAccSageMakerDataQualityJobDefinition_networkConfig
=== PAUSE TestAccSageMakerDataQualityJobDefinition_networkConfig
=== RUN   TestAccSageMakerDataQualityJobDefinition_networkConfigTrafficEncryption
=== PAUSE TestAccSageMakerDataQualityJobDefinition_networkConfigTrafficEncryption
=== RUN   TestAccSageMakerDataQualityJobDefinition_networkConfigEnableNetworkIsolation
=== PAUSE TestAccSageMakerDataQualityJobDefinition_networkConfigEnableNetworkIsolation
=== RUN   TestAccSageMakerDataQualityJobDefinition_tags
=== PAUSE TestAccSageMakerDataQualityJobDefinition_tags
=== RUN   TestAccSageMakerDataQualityJobDefinition_disappears
=== PAUSE TestAccSageMakerDataQualityJobDefinition_disappears
=== RUN   TestAccSageMakerDeviceFleet_basic
    device_fleet_test.go:23: skipping test; Amazon Sagemaker Edge has been deprecated on April 26th, 2024
--- SKIP: TestAccSageMakerDeviceFleet_basic (0.00s)
=== RUN   TestAccSageMakerDeviceFleet_description
    device_fleet_test.go:60: skipping test; Amazon Sagemaker Edge has been deprecated on April 26th, 2024
--- SKIP: TestAccSageMakerDeviceFleet_description (0.00s)
=== RUN   TestAccSageMakerDeviceFleet_tags
    device_fleet_test.go:97: skipping test; Amazon Sagemaker Edge has been deprecated on April 26th, 2024
--- SKIP: TestAccSageMakerDeviceFleet_tags (0.00s)
=== RUN   TestAccSageMakerDeviceFleet_disappears
    device_fleet_test.go:145: skipping test; Amazon Sagemaker Edge has been deprecated on April 26th, 2024
--- SKIP: TestAccSageMakerDeviceFleet_disappears (0.00s)
=== RUN   TestAccSageMakerDevice_basic
    device_test.go:23: skipping test; Amazon Sagemaker Edge has been deprecated on April 26th, 2024
--- SKIP: TestAccSageMakerDevice_basic (0.00s)
=== RUN   TestAccSageMakerDevice_description
    device_test.go:56: skipping test; Amazon Sagemaker Edge has been deprecated on April 26th, 2024
--- SKIP: TestAccSageMakerDevice_description (0.00s)
=== RUN   TestAccSageMakerDevice_disappears
    device_test.go:93: skipping test; Amazon Sagemaker Edge has been deprecated on April 26th, 2024
--- SKIP: TestAccSageMakerDevice_disappears (0.00s)
=== RUN   TestAccSageMakerDevice_disappears_fleet
    device_test.go:119: skipping test; Amazon Sagemaker Edge has been deprecated on April 26th, 2024
--- SKIP: TestAccSageMakerDevice_disappears_fleet (0.00s)
=== RUN   TestAccSageMakerEndpointConfiguration_basic
=== PAUSE TestAccSageMakerEndpointConfiguration_basic
=== RUN   TestAccSageMakerEndpointConfiguration_nameGenerated
=== PAUSE TestAccSageMakerEndpointConfiguration_nameGenerated
=== RUN   TestAccSageMakerEndpointConfiguration_namePrefix
=== PAUSE TestAccSageMakerEndpointConfiguration_namePrefix
=== RUN   TestAccSageMakerEndpointConfiguration_shadowProductionVariants
=== PAUSE TestAccSageMakerEndpointConfiguration_shadowProductionVariants
=== RUN   TestAccSageMakerEndpointConfiguration_ProductionVariants_routing
=== PAUSE TestAccSageMakerEndpointConfiguration_ProductionVariants_routing
=== RUN   TestAccSageMakerEndpointConfiguration_ProductionVariants_serverless
=== PAUSE TestAccSageMakerEndpointConfiguration_ProductionVariants_serverless
=== RUN   TestAccSageMakerEndpointConfiguration_ProductionVariants_ami
=== PAUSE TestAccSageMakerEndpointConfiguration_ProductionVariants_ami
=== RUN   TestAccSageMakerEndpointConfiguration_ProductionVariants_serverlessProvisionedConcurrency
=== PAUSE TestAccSageMakerEndpointConfiguration_ProductionVariants_serverlessProvisionedConcurrency
=== RUN   TestAccSageMakerEndpointConfiguration_ProductionVariants_initialVariantWeight
=== PAUSE TestAccSageMakerEndpointConfiguration_ProductionVariants_initialVariantWeight
=== RUN   TestAccSageMakerEndpointConfiguration_ProductionVariants_acceleratorType
=== PAUSE TestAccSageMakerEndpointConfiguration_ProductionVariants_acceleratorType
=== RUN   TestAccSageMakerEndpointConfiguration_ProductionVariants_variantNameGenerated
=== PAUSE TestAccSageMakerEndpointConfiguration_ProductionVariants_variantNameGenerated
=== RUN   TestAccSageMakerEndpointConfiguration_kmsKeyID
=== PAUSE TestAccSageMakerEndpointConfiguration_kmsKeyID
=== RUN   TestAccSageMakerEndpointConfiguration_tags
=== PAUSE TestAccSageMakerEndpointConfiguration_tags
=== RUN   TestAccSageMakerEndpointConfiguration_dataCapture
=== PAUSE TestAccSageMakerEndpointConfiguration_dataCapture
=== RUN   TestAccSageMakerEndpointConfiguration_dataCapture_inputAndOutput
=== PAUSE TestAccSageMakerEndpointConfiguration_dataCapture_inputAndOutput
=== RUN   TestAccSageMakerEndpointConfiguration_disappears
=== PAUSE TestAccSageMakerEndpointConfiguration_disappears
=== RUN   TestAccSageMakerEndpointConfiguration_async
=== PAUSE TestAccSageMakerEndpointConfiguration_async
=== RUN   TestAccSageMakerEndpointConfiguration_async_includeInference
=== PAUSE TestAccSageMakerEndpointConfiguration_async_includeInference
=== RUN   TestAccSageMakerEndpointConfiguration_async_kms
=== PAUSE TestAccSageMakerEndpointConfiguration_async_kms
=== RUN   TestAccSageMakerEndpointConfiguration_Async_notif
=== PAUSE TestAccSageMakerEndpointConfiguration_Async_notif
=== RUN   TestAccSageMakerEndpointConfiguration_Async_client
=== PAUSE TestAccSageMakerEndpointConfiguration_Async_client
=== RUN   TestAccSageMakerEndpointConfiguration_Async_client_failurePath
=== PAUSE TestAccSageMakerEndpointConfiguration_Async_client_failurePath
=== RUN   TestAccSageMakerEndpointConfiguration_upgradeToEnableSSMAccess
=== PAUSE TestAccSageMakerEndpointConfiguration_upgradeToEnableSSMAccess
=== RUN   TestAccSageMakerEndpoint_basic
=== PAUSE TestAccSageMakerEndpoint_basic
=== RUN   TestAccSageMakerEndpoint_endpointName
=== PAUSE TestAccSageMakerEndpoint_endpointName
=== RUN   TestAccSageMakerEndpoint_tags
=== PAUSE TestAccSageMakerEndpoint_tags
=== RUN   TestAccSageMakerEndpoint_deploymentConfig
=== PAUSE TestAccSageMakerEndpoint_deploymentConfig
=== RUN   TestAccSageMakerEndpoint_deploymentConfig_blueGreen
=== PAUSE TestAccSageMakerEndpoint_deploymentConfig_blueGreen
=== RUN   TestAccSageMakerEndpoint_deploymentConfig_rolling
=== PAUSE TestAccSageMakerEndpoint_deploymentConfig_rolling
=== RUN   TestAccSageMakerEndpoint_disappears
=== PAUSE TestAccSageMakerEndpoint_disappears
=== RUN   TestAccSageMakerFeatureGroup_serial
=== PAUSE TestAccSageMakerFeatureGroup_serial
=== RUN   TestAccSageMakerFeatureGroup_Offline_providedCatalog
--- PASS: TestAccSageMakerFeatureGroup_Offline_providedCatalog (52.16s)
=== RUN   TestAccSageMakerFeatureGroup_disappears
--- PASS: TestAccSageMakerFeatureGroup_disappears (37.55s)
=== RUN   TestAccSageMakerHumanTaskUI_basic
--- PASS: TestAccSageMakerHumanTaskUI_basic (12.18s)
=== RUN   TestAccSageMakerHumanTaskUI_tags
--- PASS: TestAccSageMakerHumanTaskUI_tags (25.99s)
=== RUN   TestAccSageMakerHumanTaskUI_disappears
--- PASS: TestAccSageMakerHumanTaskUI_disappears (9.94s)
=== RUN   TestAccSageMakerImage_basic
=== PAUSE TestAccSageMakerImage_basic
=== RUN   TestAccSageMakerImage_description
=== PAUSE TestAccSageMakerImage_description
=== RUN   TestAccSageMakerImage_displayName
=== PAUSE TestAccSageMakerImage_displayName
=== RUN   TestAccSageMakerImage_tags
=== PAUSE TestAccSageMakerImage_tags
=== RUN   TestAccSageMakerImage_disappears
=== PAUSE TestAccSageMakerImage_disappears
=== RUN   TestAccSageMakerImageVersion_basic
    image_version_test.go:26: Environment variable SAGEMAKER_IMAGE_VERSION_BASE_IMAGE is not set
--- SKIP: TestAccSageMakerImageVersion_basic (0.00s)
=== RUN   TestAccSageMakerImageVersion_disappears
    image_version_test.go:64: Environment variable SAGEMAKER_IMAGE_VERSION_BASE_IMAGE is not set
--- SKIP: TestAccSageMakerImageVersion_disappears (0.00s)
=== RUN   TestAccSageMakerImageVersion_Disappears_image
    image_version_test.go:93: Environment variable SAGEMAKER_IMAGE_VERSION_BASE_IMAGE is not set
--- SKIP: TestAccSageMakerImageVersion_Disappears_image (0.00s)
=== RUN   TestAccSageMakerModelPackageGroupPolicy_basic
=== PAUSE TestAccSageMakerModelPackageGroupPolicy_basic
=== RUN   TestAccSageMakerModelPackageGroupPolicy_disappears
=== PAUSE TestAccSageMakerModelPackageGroupPolicy_disappears
=== RUN   TestAccSageMakerModelPackageGroupPolicy_Disappears_modelPackageGroup
=== PAUSE TestAccSageMakerModelPackageGroupPolicy_Disappears_modelPackageGroup
=== RUN   TestAccSageMakerModelPackageGroup_basic
=== PAUSE TestAccSageMakerModelPackageGroup_basic
=== RUN   TestAccSageMakerModelPackageGroup_description
=== PAUSE TestAccSageMakerModelPackageGroup_description
=== RUN   TestAccSageMakerModelPackageGroup_tags
=== PAUSE TestAccSageMakerModelPackageGroup_tags
=== RUN   TestAccSageMakerModelPackageGroup_disappears
=== PAUSE TestAccSageMakerModelPackageGroup_disappears
=== RUN   TestAccSageMakerModel_basic
=== PAUSE TestAccSageMakerModel_basic
=== RUN   TestAccSageMakerModel_inferenceExecution
=== PAUSE TestAccSageMakerModel_inferenceExecution
=== RUN   TestAccSageMakerModel_tags
=== PAUSE TestAccSageMakerModel_tags
=== RUN   TestAccSageMakerModel_primaryContainerModelDataURL
=== PAUSE TestAccSageMakerModel_primaryContainerModelDataURL
=== RUN   TestAccSageMakerModel_primaryContainerHostname
=== PAUSE TestAccSageMakerModel_primaryContainerHostname
=== RUN   TestAccSageMakerModel_primaryContainerImage
=== PAUSE TestAccSageMakerModel_primaryContainerImage
=== RUN   TestAccSageMakerModel_primaryContainerEnvironment
=== PAUSE TestAccSageMakerModel_primaryContainerEnvironment
=== RUN   TestAccSageMakerModel_primaryContainerModeSingle
=== PAUSE TestAccSageMakerModel_primaryContainerModeSingle
=== RUN   TestAccSageMakerModel_primaryContainerModelPackageName
=== PAUSE TestAccSageMakerModel_primaryContainerModelPackageName
=== RUN   TestAccSageMakerModel_primaryContainerModelDataSource
=== PAUSE TestAccSageMakerModel_primaryContainerModelDataSource
=== RUN   TestAccSageMakerModel_containers
=== PAUSE TestAccSageMakerModel_containers
=== RUN   TestAccSageMakerModel_vpc
=== PAUSE TestAccSageMakerModel_vpc
=== RUN   TestAccSageMakerModel_primaryContainerPrivateDockerRegistry
=== PAUSE TestAccSageMakerModel_primaryContainerPrivateDockerRegistry
=== RUN   TestAccSageMakerModel_networkIsolation
=== PAUSE TestAccSageMakerModel_networkIsolation
=== RUN   TestAccSageMakerModel_disappears
=== PAUSE TestAccSageMakerModel_disappears
=== RUN   TestAccSageMakerMonitoringSchedule_basic
=== PAUSE TestAccSageMakerMonitoringSchedule_basic
=== RUN   TestAccSageMakerMonitoringSchedule_tags
=== PAUSE TestAccSageMakerMonitoringSchedule_tags
=== RUN   TestAccSageMakerMonitoringSchedule_scheduleExpression
=== PAUSE TestAccSageMakerMonitoringSchedule_scheduleExpression
=== RUN   TestAccSageMakerMonitoringSchedule_disappears
=== PAUSE TestAccSageMakerMonitoringSchedule_disappears
=== RUN   TestAccSageMakerNotebookInstanceLifecycleConfiguration_basic
=== PAUSE TestAccSageMakerNotebookInstanceLifecycleConfiguration_basic
=== RUN   TestAccSageMakerNotebookInstanceLifecycleConfiguration_update
=== PAUSE TestAccSageMakerNotebookInstanceLifecycleConfiguration_update
=== RUN   TestAccSageMakerNotebookInstanceLifecycleConfiguration_disappears
=== PAUSE TestAccSageMakerNotebookInstanceLifecycleConfiguration_disappears
=== RUN   TestAccSageMakerNotebookInstance_basic
=== PAUSE TestAccSageMakerNotebookInstance_basic
=== RUN   TestAccSageMakerNotebookInstance_imds
=== PAUSE TestAccSageMakerNotebookInstance_imds
=== RUN   TestAccSageMakerNotebookInstance_update
=== PAUSE TestAccSageMakerNotebookInstance_update
=== RUN   TestAccSageMakerNotebookInstance_volumeSize
=== PAUSE TestAccSageMakerNotebookInstance_volumeSize
=== RUN   TestAccSageMakerNotebookInstance_lifecycleName
=== PAUSE TestAccSageMakerNotebookInstance_lifecycleName
=== RUN   TestAccSageMakerNotebookInstance_tags
=== PAUSE TestAccSageMakerNotebookInstance_tags
=== RUN   TestAccSageMakerNotebookInstance_kms
=== PAUSE TestAccSageMakerNotebookInstance_kms
=== RUN   TestAccSageMakerNotebookInstance_disappears
=== PAUSE TestAccSageMakerNotebookInstance_disappears
=== RUN   TestAccSageMakerNotebookInstance_Root_access
=== PAUSE TestAccSageMakerNotebookInstance_Root_access
=== RUN   TestAccSageMakerNotebookInstance_Platform_identifier
=== PAUSE TestAccSageMakerNotebookInstance_Platform_identifier
=== RUN   TestAccSageMakerNotebookInstance_DirectInternet_access
=== PAUSE TestAccSageMakerNotebookInstance_DirectInternet_access
=== RUN   TestAccSageMakerNotebookInstance_DefaultCode_repository
=== PAUSE TestAccSageMakerNotebookInstance_DefaultCode_repository
=== RUN   TestAccSageMakerNotebookInstance_AdditionalCode_repositories
=== PAUSE TestAccSageMakerNotebookInstance_AdditionalCode_repositories
=== RUN   TestAccSageMakerNotebookInstance_DefaultCodeRepository_sageMakerRepo
=== PAUSE TestAccSageMakerNotebookInstance_DefaultCodeRepository_sageMakerRepo
=== RUN   TestAccSageMakerNotebookInstance_acceleratorTypes
=== PAUSE TestAccSageMakerNotebookInstance_acceleratorTypes
=== RUN   TestAccSageMakerPipeline_basic
--- PASS: TestAccSageMakerPipeline_basic (21.53s)
=== RUN   TestAccSageMakerPipeline_parallelism
--- PASS: TestAccSageMakerPipeline_parallelism (13.84s)
=== RUN   TestAccSageMakerPipeline_tags
--- PASS: TestAccSageMakerPipeline_tags (29.88s)
=== RUN   TestAccSageMakerPipeline_disappears
--- PASS: TestAccSageMakerPipeline_disappears (11.25s)
=== RUN   TestAccSageMakerPrebuiltECRImageDataSource_basic
=== PAUSE TestAccSageMakerPrebuiltECRImageDataSource_basic
=== RUN   TestAccSageMakerPrebuiltECRImageDataSource_region
=== PAUSE TestAccSageMakerPrebuiltECRImageDataSource_region
=== RUN   TestAccSageMakerPrebuiltECRImageDataSource_caseClarify
=== PAUSE TestAccSageMakerPrebuiltECRImageDataSource_caseClarify
=== RUN   TestAccSageMakerPrebuiltECRImageDataSource_caseDataWrangler
=== PAUSE TestAccSageMakerPrebuiltECRImageDataSource_caseDataWrangler
=== RUN   TestAccSageMakerPrebuiltECRImageDataSource_caseDebugger
=== PAUSE TestAccSageMakerPrebuiltECRImageDataSource_caseDebugger
=== RUN   TestAccSageMakerPrebuiltECRImageDataSource_caseInferentiaNeoInferentiaPyTorch
=== PAUSE TestAccSageMakerPrebuiltECRImageDataSource_caseInferentiaNeoInferentiaPyTorch
=== RUN   TestAccSageMakerPrebuiltECRImageDataSource_caseInferentiaNeoTensorflowInferentia
=== PAUSE TestAccSageMakerPrebuiltECRImageDataSource_caseInferentiaNeoTensorflowInferentia
=== RUN   TestAccSageMakerPrebuiltECRImageDataSource_caseXGBoostSparkML
=== PAUSE TestAccSageMakerPrebuiltECRImageDataSource_caseXGBoostSparkML
=== RUN   TestAccSageMakerPrebuiltECRImageDataSource_caseXGBoostHuggingFaceTEICPU
=== PAUSE TestAccSageMakerPrebuiltECRImageDataSource_caseXGBoostHuggingFaceTEICPU
=== RUN   TestAccSageMakerPrebuiltECRImageDataSource_caseSageMakerCustomSageMakerChainer
=== PAUSE TestAccSageMakerPrebuiltECRImageDataSource_caseSageMakerCustomSageMakerChainer
=== RUN   TestAccSageMakerPrebuiltECRImageDataSource_caseSageMakerCustomSageMakerMXNetServingEIA
=== PAUSE TestAccSageMakerPrebuiltECRImageDataSource_caseSageMakerCustomSageMakerMXNetServingEIA
=== RUN   TestAccSageMakerPrebuiltECRImageDataSource_caseSageMakerCustomSageMakerTensorFlowEIA
=== PAUSE TestAccSageMakerPrebuiltECRImageDataSource_caseSageMakerCustomSageMakerTensorFlowEIA
=== RUN   TestAccSageMakerPrebuiltECRImageDataSource_caseDeepLearningHuggingFacePyTorchTGIInference
=== PAUSE TestAccSageMakerPrebuiltECRImageDataSource_caseDeepLearningHuggingFacePyTorchTGIInference
=== RUN   TestAccSageMakerPrebuiltECRImageDataSource_caseDeepLearningNVIDIATritionInference
=== PAUSE TestAccSageMakerPrebuiltECRImageDataSource_caseDeepLearningNVIDIATritionInference
=== RUN   TestAccSageMakerPrebuiltECRImageDataSource_caseDeepLearningStabilityAI
=== PAUSE TestAccSageMakerPrebuiltECRImageDataSource_caseDeepLearningStabilityAI
=== RUN   TestAccSageMakerPrebuiltECRImageDataSource_caseSageMakerBasePython
=== PAUSE TestAccSageMakerPrebuiltECRImageDataSource_caseSageMakerBasePython
=== RUN   TestAccSageMakerPrebuiltECRImageDataSource_caseSageMakerRL
=== PAUSE TestAccSageMakerPrebuiltECRImageDataSource_caseSageMakerRL
=== RUN   TestAccSageMakerPrebuiltECRImageDataSource_caseSpark
=== PAUSE TestAccSageMakerPrebuiltECRImageDataSource_caseSpark
=== RUN   TestAccSageMakerProject_basic
=== PAUSE TestAccSageMakerProject_basic
=== RUN   TestAccSageMakerProject_description
=== PAUSE TestAccSageMakerProject_description
=== RUN   TestAccSageMakerProject_tags
=== PAUSE TestAccSageMakerProject_tags
=== RUN   TestAccSageMakerProject_disappears
=== PAUSE TestAccSageMakerProject_disappears
=== RUN   TestAccSageMaker_serial
=== PAUSE TestAccSageMaker_serial
=== RUN   TestAccSageMakerStudioLifecycleConfig_basic
--- PASS: TestAccSageMakerStudioLifecycleConfig_basic (11.56s)
=== RUN   TestAccSageMakerStudioLifecycleConfig_tags
--- PASS: TestAccSageMakerStudioLifecycleConfig_tags (26.09s)
=== RUN   TestAccSageMakerStudioLifecycleConfig_disappears
--- PASS: TestAccSageMakerStudioLifecycleConfig_disappears (9.39s)
=== CONT  TestAccSageMakerAppImageConfig_basic
=== CONT  TestAccSageMakerModelPackageGroupPolicy_disappears
=== CONT  TestAccSageMakerEndpointConfiguration_ProductionVariants_routing
--- PASS: TestAccSageMakerModelPackageGroupPolicy_disappears (11.10s)
=== CONT  TestAccSageMakerDataQualityJobDefinition_batchTransformJSONLine
--- PASS: TestAccSageMakerAppImageConfig_basic (11.84s)
=== CONT  TestAccSageMakerEndpointConfiguration_shadowProductionVariants
--- PASS: TestAccSageMakerEndpointConfiguration_ProductionVariants_routing (21.74s)
=== CONT  TestAccSageMakerEndpointConfiguration_namePrefix
--- PASS: TestAccSageMakerDataQualityJobDefinition_batchTransformJSONLine (16.74s)
=== CONT  TestAccSageMakerEndpointConfiguration_nameGenerated
--- PASS: TestAccSageMakerEndpointConfiguration_shadowProductionVariants (25.19s)
=== CONT  TestAccSageMakerEndpointConfiguration_basic
--- PASS: TestAccSageMakerEndpointConfiguration_namePrefix (24.23s)
=== CONT  TestAccSageMakerDataQualityJobDefinition_disappears
--- PASS: TestAccSageMakerEndpointConfiguration_nameGenerated (24.44s)
=== CONT  TestAccSageMakerDataQualityJobDefinition_tags
--- PASS: TestAccSageMakerEndpointConfiguration_basic (21.93s)
=== CONT  TestAccSageMakerDataQualityJobDefinition_networkConfigEnableNetworkIsolation
--- PASS: TestAccSageMakerDataQualityJobDefinition_disappears (15.28s)
=== CONT  TestAccSageMakerDataQualityJobDefinition_networkConfigTrafficEncryption
--- PASS: TestAccSageMakerDataQualityJobDefinition_networkConfigEnableNetworkIsolation (19.62s)
=== CONT  TestAccSageMakerDataQualityJobDefinition_networkConfig
--- PASS: TestAccSageMakerDataQualityJobDefinition_networkConfigTrafficEncryption (19.27s)
=== CONT  TestAccSageMakerDataQualityJobDefinition_stoppingCondition
--- PASS: TestAccSageMakerDataQualityJobDefinition_tags (38.00s)
=== CONT  TestAccSageMakerDataQualityJobDefinition_jobResourcesVolumeKMSKeyID
--- PASS: TestAccSageMakerDataQualityJobDefinition_stoppingCondition (16.47s)
=== CONT  TestAccSageMakerDataQualityJobDefinition_outputConfigOptional
--- PASS: TestAccSageMakerDataQualityJobDefinition_networkConfig (19.44s)
=== CONT  TestAccSageMakerDataQualityJobDefinition_outputConfigKMSKeyID
--- PASS: TestAccSageMakerDataQualityJobDefinition_jobResourcesVolumeKMSKeyID (16.75s)
=== CONT  TestAccSageMakerDataQualityJobDefinition_endpointOptional
--- PASS: TestAccSageMakerDataQualityJobDefinition_outputConfigOptional (17.09s)
=== CONT  TestAccSageMakerDataQualityJobDefinition_batchTransformOptional
--- PASS: TestAccSageMakerDataQualityJobDefinition_outputConfigKMSKeyID (16.47s)
=== CONT  TestAccSageMakerNotebookInstance_tags
--- PASS: TestAccSageMakerDataQualityJobDefinition_batchTransformOptional (16.93s)
=== CONT  TestAccSageMaker_serial
=== RUN   TestAccSageMaker_serial/App
=== RUN   TestAccSageMaker_serial/App/resourceSpecLifecycle
--- PASS: TestAccSageMakerDataQualityJobDefinition_endpointOptional (193.66s)
=== CONT  TestAccSageMakerProject_disappears
--- PASS: TestAccSageMakerProject_disappears (73.54s)
=== CONT  TestAccSageMakerProject_tags
--- PASS: TestAccSageMakerNotebookInstance_tags (402.90s)
=== CONT  TestAccSageMakerProject_description
--- PASS: TestAccSageMakerProject_tags (150.46s)
=== CONT  TestAccSageMakerCodeRepository_tags
--- PASS: TestAccSageMakerCodeRepository_tags (25.20s)
=== CONT  TestAccSageMakerProject_basic
--- PASS: TestAccSageMakerProject_basic (109.43s)
=== CONT  TestAccSageMakerAppImageConfig_disappears
--- PASS: TestAccSageMakerAppImageConfig_disappears (9.42s)
=== CONT  TestAccSageMakerDataQualityJobDefinition_batchTransformJSON
--- PASS: TestAccSageMakerProject_description (158.25s)
=== CONT  TestAccSageMakerPrebuiltECRImageDataSource_caseSpark
--- PASS: TestAccSageMakerPrebuiltECRImageDataSource_caseSpark (5.91s)
=== CONT  TestAccSageMakerCodeRepository_Git_secret
=== RUN   TestAccSageMaker_serial/App/space
--- PASS: TestAccSageMakerDataQualityJobDefinition_batchTransformJSON (16.79s)
=== CONT  TestAccSageMakerPrebuiltECRImageDataSource_caseSageMakerRL
--- PASS: TestAccSageMakerPrebuiltECRImageDataSource_caseSageMakerRL (5.88s)
=== CONT  TestAccSageMakerPrebuiltECRImageDataSource_caseSageMakerBasePython
--- PASS: TestAccSageMakerPrebuiltECRImageDataSource_caseSageMakerBasePython (5.64s)
=== CONT  TestAccSageMakerDataQualityJobDefinition_batchTransformCSVHeader
--- PASS: TestAccSageMakerCodeRepository_Git_secret (22.33s)
=== CONT  TestAccSageMakerPrebuiltECRImageDataSource_caseDeepLearningStabilityAI
--- PASS: TestAccSageMakerPrebuiltECRImageDataSource_caseDeepLearningStabilityAI (5.71s)
=== CONT  TestAccSageMakerDataQualityJobDefinition_batchTransform
--- PASS: TestAccSageMakerDataQualityJobDefinition_batchTransformCSVHeader (16.68s)
=== CONT  TestAccSageMakerCodeRepository_Git_branch
--- PASS: TestAccSageMakerCodeRepository_Git_branch (10.96s)
=== CONT  TestAccSageMakerDataQualityJobDefinition_baselineConfig
--- PASS: TestAccSageMakerDataQualityJobDefinition_batchTransform (16.57s)
=== CONT  TestAccSageMakerModel_vpc
--- PASS: TestAccSageMakerDataQualityJobDefinition_baselineConfig (17.58s)
=== CONT  TestAccSageMakerDataQualityJobDefinition_appSpecificationOptional
--- PASS: TestAccSageMakerModel_vpc (24.22s)
=== CONT  TestAccSageMakerCodeRepository_basic
--- PASS: TestAccSageMakerDataQualityJobDefinition_appSpecificationOptional (17.09s)
=== CONT  TestAccSageMakerDataQualityJobDefinition_endpoint
--- PASS: TestAccSageMakerCodeRepository_basic (11.77s)
=== CONT  TestAccSageMakerCodeRepository_disappears
--- PASS: TestAccSageMakerCodeRepository_disappears (9.86s)
=== CONT  TestAccSageMakerModel_primaryContainerModelDataURL
--- PASS: TestAccSageMakerModel_primaryContainerModelDataURL (24.36s)
=== CONT  TestAccSageMakerNotebookInstance_lifecycleName
--- PASS: TestAccSageMakerDataQualityJobDefinition_endpoint (151.97s)
=== CONT  TestAccSageMakerNotebookInstanceLifecycleConfiguration_basic
--- PASS: TestAccSageMakerNotebookInstanceLifecycleConfiguration_basic (11.16s)
=== CONT  TestAccSageMakerMonitoringSchedule_disappears
--- PASS: TestAccSageMakerMonitoringSchedule_disappears (48.05s)
=== CONT  TestAccSageMakerMonitoringSchedule_scheduleExpression
--- PASS: TestAccSageMakerMonitoringSchedule_scheduleExpression (85.55s)
=== CONT  TestAccSageMakerModel_containers
--- PASS: TestAccSageMakerModel_containers (22.01s)
=== CONT  TestAccSageMakerPrebuiltECRImageDataSource_caseClarify
--- PASS: TestAccSageMakerPrebuiltECRImageDataSource_caseClarify (5.88s)
=== CONT  TestAccSageMakerPrebuiltECRImageDataSource_caseDeepLearningNVIDIATritionInference
--- PASS: TestAccSageMakerPrebuiltECRImageDataSource_caseDeepLearningNVIDIATritionInference (6.25s)
=== CONT  TestAccSageMakerMonitoringSchedule_tags
=== RUN   TestAccSageMaker_serial/App/decodeAppId
=== PAUSE TestAccSageMaker_serial/App/decodeAppId
=== RUN   TestAccSageMaker_serial/App/basic
--- PASS: TestAccSageMakerMonitoringSchedule_tags (73.42s)
=== CONT  TestAccSageMakerPrebuiltECRImageDataSource_region
--- PASS: TestAccSageMakerPrebuiltECRImageDataSource_region (5.72s)
=== CONT  TestAccSageMakerMonitoringSchedule_basic
--- PASS: TestAccSageMakerMonitoringSchedule_basic (76.63s)
=== CONT  TestAccSageMakerPrebuiltECRImageDataSource_basic
--- PASS: TestAccSageMakerPrebuiltECRImageDataSource_basic (5.69s)
=== CONT  TestAccSageMakerModel_primaryContainerModelDataSource
--- PASS: TestAccSageMakerModel_primaryContainerModelDataSource (31.19s)
=== CONT  TestAccSageMakerModel_disappears
--- PASS: TestAccSageMakerModel_disappears (17.24s)
=== CONT  TestAccSageMakerPrebuiltECRImageDataSource_caseDeepLearningHuggingFacePyTorchTGIInference
--- PASS: TestAccSageMakerPrebuiltECRImageDataSource_caseDeepLearningHuggingFacePyTorchTGIInference (5.92s)
=== CONT  TestAccSageMakerModel_networkIsolation
--- PASS: TestAccSageMakerModel_networkIsolation (25.05s)
=== CONT  TestAccSageMakerPrebuiltECRImageDataSource_caseSageMakerCustomSageMakerTensorFlowEIA
--- PASS: TestAccSageMakerPrebuiltECRImageDataSource_caseSageMakerCustomSageMakerTensorFlowEIA (5.75s)
=== CONT  TestAccSageMakerModel_primaryContainerPrivateDockerRegistry
--- PASS: TestAccSageMakerModel_primaryContainerPrivateDockerRegistry (54.34s)
=== CONT  TestAccSageMakerModel_primaryContainerEnvironment
--- PASS: TestAccSageMakerModel_primaryContainerEnvironment (18.62s)
=== CONT  TestAccSageMakerPrebuiltECRImageDataSource_caseSageMakerCustomSageMakerMXNetServingEIA
--- PASS: TestAccSageMakerPrebuiltECRImageDataSource_caseSageMakerCustomSageMakerMXNetServingEIA (5.63s)
=== CONT  TestAccSageMakerModel_primaryContainerImage
=== RUN   TestAccSageMaker_serial/App/disappears
--- PASS: TestAccSageMakerModel_primaryContainerImage (24.05s)
=== CONT  TestAccSageMakerNotebookInstance_acceleratorTypes
--- PASS: TestAccSageMakerNotebookInstance_lifecycleName (1124.77s)
=== CONT  TestAccSageMakerPrebuiltECRImageDataSource_caseInferentiaNeoTensorflowInferentia
--- PASS: TestAccSageMakerPrebuiltECRImageDataSource_caseInferentiaNeoTensorflowInferentia (6.62s)
=== CONT  TestAccSageMakerNotebookInstance_DefaultCodeRepository_sageMakerRepo
=== RUN   TestAccSageMaker_serial/App/tags
=== RUN   TestAccSageMaker_serial/App/resourceSpec
=== CONT  TestAccSageMakerPrebuiltECRImageDataSource_caseSageMakerCustomSageMakerChainer
--- PASS: TestAccSageMakerPrebuiltECRImageDataSource_caseSageMakerCustomSageMakerChainer (5.75s)
=== CONT  TestAccSageMakerNotebookInstance_Root_access
--- PASS: TestAccSageMakerNotebookInstance_acceleratorTypes (1590.10s)
=== CONT  TestAccSageMakerPrebuiltECRImageDataSource_caseInferentiaNeoInferentiaPyTorch
--- PASS: TestAccSageMakerPrebuiltECRImageDataSource_caseInferentiaNeoInferentiaPyTorch (5.83s)
=== CONT  TestAccSageMakerModel_primaryContainerModelPackageName
--- PASS: TestAccSageMakerModel_primaryContainerModelPackageName (21.39s)
=== CONT  TestAccSageMakerPrebuiltECRImageDataSource_caseXGBoostHuggingFaceTEICPU
--- PASS: TestAccSageMakerPrebuiltECRImageDataSource_caseXGBoostHuggingFaceTEICPU (5.93s)
=== CONT  TestAccSageMakerPrebuiltECRImageDataSource_caseDebugger
--- PASS: TestAccSageMakerPrebuiltECRImageDataSource_caseDebugger (6.02s)
=== CONT  TestAccSageMakerNotebookInstance_volumeSize
--- PASS: TestAccSageMakerNotebookInstance_DefaultCodeRepository_sageMakerRepo (1426.30s)
=== CONT  TestAccSageMakerPrebuiltECRImageDataSource_caseDataWrangler
--- PASS: TestAccSageMakerPrebuiltECRImageDataSource_caseDataWrangler (5.85s)
=== CONT  TestAccSageMakerModel_primaryContainerHostname
--- PASS: TestAccSageMakerModel_primaryContainerHostname (23.41s)
=== CONT  TestAccSageMakerNotebookInstance_disappears
--- PASS: TestAccSageMakerNotebookInstance_Root_access (872.22s)
=== CONT  TestAccSageMakerNotebookInstance_kms
--- PASS: TestAccSageMakerNotebookInstance_disappears (488.31s)
=== CONT  TestAccSageMakerNotebookInstance_DefaultCode_repository
--- PASS: TestAccSageMakerNotebookInstance_kms (473.59s)
=== CONT  TestAccSageMakerNotebookInstance_AdditionalCode_repositories
--- PASS: TestAccSageMakerNotebookInstance_volumeSize (1377.35s)
=== CONT  TestAccSageMakerModel_inferenceExecution
--- PASS: TestAccSageMakerModel_inferenceExecution (21.23s)
=== CONT  TestAccSageMakerNotebookInstance_update
--- PASS: TestAccSageMakerNotebookInstance_update (820.84s)
=== CONT  TestAccSageMakerNotebookInstance_imds
--- PASS: TestAccSageMakerNotebookInstance_DefaultCode_repository (1437.15s)
=== CONT  TestAccSageMakerAppImageConfig_CodeEditor
--- PASS: TestAccSageMakerAppImageConfig_CodeEditor (18.24s)
=== CONT  TestAccSageMakerModelPackageGroup_disappears
--- PASS: TestAccSageMakerModelPackageGroup_disappears (10.51s)
=== CONT  TestAccSageMakerModel_basic
--- PASS: TestAccSageMakerModel_basic (21.73s)
=== CONT  TestAccSageMakerModel_tags
--- PASS: TestAccSageMakerModel_tags (35.62s)
=== CONT  TestAccSageMakerAppImageConfig_JupyterLab
--- PASS: TestAccSageMakerAppImageConfig_JupyterLab (18.63s)
=== CONT  TestAccSageMakerNotebookInstance_DirectInternet_access
--- PASS: TestAccSageMakerNotebookInstance_imds (861.86s)
=== CONT  TestAccSageMakerNotebookInstance_basic
--- PASS: TestAccSageMakerNotebookInstance_AdditionalCode_repositories (1915.91s)
=== CONT  TestAccSageMakerAppImageConfig_KernelGatewayImage_fileSystem
--- PASS: TestAccSageMakerAppImageConfig_KernelGatewayImage_fileSystem (18.27s)
=== CONT  TestAccSageMakerNotebookInstance_Platform_identifier
--- PASS: TestAccSageMakerNotebookInstance_DirectInternet_access (943.91s)
=== CONT  TestAccSageMakerNotebookInstanceLifecycleConfiguration_disappears
--- PASS: TestAccSageMakerNotebookInstanceLifecycleConfiguration_disappears (9.53s)
=== CONT  TestAccSageMakerEndpointConfiguration_Async_client_failurePath
--- PASS: TestAccSageMakerEndpointConfiguration_Async_client_failurePath (22.51s)
=== CONT  TestAccSageMakerAppImageConfig_KernelGatewayImage_kernelSpecs
--- PASS: TestAccSageMakerAppImageConfig_KernelGatewayImage_kernelSpecs (17.98s)
=== CONT  TestAccSageMakerNotebookInstanceLifecycleConfiguration_update
--- PASS: TestAccSageMakerNotebookInstanceLifecycleConfiguration_update (18.05s)
=== CONT  TestAccSageMakerEndpoint_tags
--- PASS: TestAccSageMakerNotebookInstance_basic (468.39s)
=== CONT  TestAccSageMakerEndpoint_disappears
--- PASS: TestAccSageMakerEndpoint_tags (205.81s)
=== CONT  TestAccSageMakerEndpoint_endpointName
--- PASS: TestAccSageMakerEndpoint_disappears (210.48s)
=== CONT  TestAccSageMakerPrebuiltECRImageDataSource_caseXGBoostSparkML
--- PASS: TestAccSageMakerPrebuiltECRImageDataSource_caseXGBoostSparkML (5.67s)
=== CONT  TestAccSageMakerEndpoint_basic
--- PASS: TestAccSageMakerEndpoint_basic (179.49s)
=== CONT  TestAccSageMakerImage_displayName
--- PASS: TestAccSageMakerEndpoint_endpointName (384.91s)
=== CONT  TestAccSageMakerImage_disappears
--- PASS: TestAccSageMakerImage_disappears (72.46s)
=== CONT  TestAccSageMakerEndpointConfiguration_dataCapture
--- PASS: TestAccSageMakerImage_displayName (91.29s)
=== CONT  TestAccSageMakerImage_tags
--- PASS: TestAccSageMakerEndpointConfiguration_dataCapture (21.16s)
=== CONT  TestAccSageMakerEndpoint_deploymentConfig_blueGreen
--- PASS: TestAccSageMakerImage_tags (90.93s)
=== CONT  TestAccSageMakerEndpointConfiguration_async
--- PASS: TestAccSageMakerEndpointConfiguration_async (22.43s)
=== CONT  TestAccSageMakerModel_primaryContainerModeSingle
--- PASS: TestAccSageMakerNotebookInstance_Platform_identifier (973.24s)
=== CONT  TestAccSageMakerEndpointConfiguration_disappears
--- PASS: TestAccSageMakerModel_primaryContainerModeSingle (21.69s)
=== CONT  TestAccSageMakerEndpointConfiguration_dataCapture_inputAndOutput
--- PASS: TestAccSageMakerEndpointConfiguration_disappears (23.35s)
=== CONT  TestAccSageMakerModelPackageGroup_description
--- PASS: TestAccSageMakerEndpointConfiguration_dataCapture_inputAndOutput (21.61s)
=== CONT  TestAccSageMakerImage_basic
--- PASS: TestAccSageMakerModelPackageGroup_description (12.15s)
=== CONT  TestAccSageMakerFeatureGroup_serial
=== RUN   TestAccSageMakerFeatureGroup_serial/basic
--- PASS: TestAccSageMakerEndpoint_deploymentConfig_blueGreen (192.35s)
=== CONT  TestAccSageMakerModelPackageGroup_tags
=== RUN   TestAccSageMakerFeatureGroup_serial/storageType
--- PASS: TestAccSageMakerModelPackageGroup_tags (27.15s)
=== CONT  TestAccSageMakerImage_description
--- PASS: TestAccSageMakerImage_basic (74.42s)
=== CONT  TestAccSageMakerEndpoint_deploymentConfig_rolling
--- PASS: TestAccSageMakerImage_description (91.62s)
=== CONT  TestAccSageMakerModelPackageGroupPolicy_Disappears_modelPackageGroup
--- PASS: TestAccSageMakerModelPackageGroupPolicy_Disappears_modelPackageGroup (12.33s)
=== CONT  TestAccSageMakerEndpoint_deploymentConfig
--- PASS: TestAccSageMakerEndpoint_deploymentConfig_rolling (203.55s)
=== CONT  TestAccSageMakerModelPackageGroup_basic
--- PASS: TestAccSageMakerModelPackageGroup_basic (12.19s)
=== CONT  TestAccSageMakerEndpointConfiguration_ProductionVariants_acceleratorType
--- PASS: TestAccSageMakerEndpointConfiguration_ProductionVariants_acceleratorType (22.33s)
=== CONT  TestAccSageMakerEndpointConfiguration_async_includeInference
--- PASS: TestAccSageMakerEndpointConfiguration_async_includeInference (21.05s)
=== CONT  TestAccSageMakerEndpointConfiguration_async_kms
--- PASS: TestAccSageMakerEndpointConfiguration_async_kms (21.64s)
=== CONT  TestAccSageMakerEndpointConfiguration_tags
--- PASS: TestAccSageMakerEndpoint_deploymentConfig (214.11s)
=== CONT  TestAccSageMakerEndpointConfiguration_ProductionVariants_ami
--- PASS: TestAccSageMakerEndpointConfiguration_tags (42.11s)
=== CONT  TestAccSageMakerEndpointConfiguration_ProductionVariants_variantNameGenerated
--- PASS: TestAccSageMakerEndpointConfiguration_ProductionVariants_ami (19.72s)
=== CONT  TestAccSageMakerEndpointConfiguration_Async_client
--- PASS: TestAccSageMakerEndpointConfiguration_ProductionVariants_variantNameGenerated (19.65s)
=== CONT  TestAccSageMakerEndpointConfiguration_kmsKeyID
--- PASS: TestAccSageMakerEndpointConfiguration_Async_client (21.03s)
=== CONT  TestAccSageMakerEndpointConfiguration_ProductionVariants_serverless
--- PASS: TestAccSageMakerEndpointConfiguration_kmsKeyID (26.28s)
=== CONT  TestAccSageMakerModelPackageGroupPolicy_basic
--- PASS: TestAccSageMakerEndpointConfiguration_ProductionVariants_serverless (19.92s)
=== CONT  TestAccSageMakerEndpointConfiguration_ProductionVariants_serverlessProvisionedConcurrency
--- PASS: TestAccSageMakerModelPackageGroupPolicy_basic (12.76s)
=== CONT  TestAccSageMakerEndpointConfiguration_Async_notif
--- PASS: TestAccSageMakerEndpointConfiguration_ProductionVariants_serverlessProvisionedConcurrency (24.40s)
=== CONT  TestAccSageMakerEndpointConfiguration_ProductionVariants_initialVariantWeight
--- PASS: TestAccSageMakerEndpointConfiguration_Async_notif (25.39s)
=== CONT  TestAccSageMakerEndpointConfiguration_upgradeToEnableSSMAccess
--- PASS: TestAccSageMakerEndpointConfiguration_ProductionVariants_initialVariantWeight (20.92s)
=== CONT  TestAccSageMaker_serial/App/decodeAppId
=== RUN   TestAccSageMaker_serial/Domain
=== RUN   TestAccSageMaker_serial/Domain/workspaceSettings
--- PASS: TestAccSageMakerEndpointConfiguration_upgradeToEnableSSMAccess (42.35s)
=== RUN   TestAccSageMaker_serial/Domain/disappears
=== RUN   TestAccSageMaker_serial/Domain/kernelGatewayAppSettings_customImage
    domain_test.go:868: Environment variable SAGEMAKER_IMAGE_VERSION_BASE_IMAGE is not set
=== RUN   TestAccSageMaker_serial/Domain/jupyterServerAppSettings
=== RUN   TestAccSageMakerFeatureGroup_serial/multipleFeatures
=== RUN   TestAccSageMaker_serial/Domain/defaultUserSettingsUpdated
=== RUN   TestAccSageMakerFeatureGroup_serial/offlineConfig_format
    feature_group_test.go:343: Step 1/2 error: Error running apply: exit status 1
        
        Error: waiting for SageMaker Feature Group (tf-acc-test-7011574826589690581) to create: unexpected state 'CreateFailed', wanted target 'Created'. last error: Insufficient Lake Formation permission(s) on SageMaker_FeatureStore (Service: Glue, Status Code: 400, Request ID: fdfe6f81-63b8-4739-aea1-00f02d539409)
        
          with aws_sagemaker_feature_group.test,
          on terraform_plugin_test.tf line 57, in resource "aws_sagemaker_feature_group" "test":
          57: resource "aws_sagemaker_feature_group" "test" {
        
=== RUN   TestAccSageMakerFeatureGroup_serial/tags
=== RUN   TestAccSageMakerFeatureGroup_serial/description
=== RUN   TestAccSageMakerFeatureGroup_serial/disappears
=== RUN   TestAccSageMakerFeatureGroup_serial/offlineConfig_basic
=== RUN   TestAccSageMaker_serial/Domain/efs
=== RUN   TestAccSageMakerFeatureGroup_serial/offlineConfig_createCatalog
    feature_group_test.go:377: Step 1/2 error: Error running apply: exit status 1
        
        Error: waiting for SageMaker Feature Group (tf-acc-test-8013492287209934279) to create: unexpected state 'CreateFailed', wanted target 'Created'. last error: Insufficient Lake Formation permission(s) on SageMaker_FeatureStore (Service: Glue, Status Code: 400, Request ID: 94ba9af0-a4dd-462c-8794-a87122379d06)
        
          with aws_sagemaker_feature_group.test,
          on terraform_plugin_test.tf line 57, in resource "aws_sagemaker_feature_group" "test":
          57: resource "aws_sagemaker_feature_group" "test" {
        
=== RUN   TestAccSageMakerFeatureGroup_serial/offlineConfig_providedCatalog
=== RUN   TestAccSageMakerFeatureGroup_serial/onlineConfigSecurityConfig
=== RUN   TestAccSageMakerFeatureGroup_serial/onlineConfig_TTLDuration
--- FAIL: TestAccSageMakerFeatureGroup_serial (1592.38s)
    --- PASS: TestAccSageMakerFeatureGroup_serial/basic (49.88s)
    --- PASS: TestAccSageMakerFeatureGroup_serial/storageType (985.06s)
    --- PASS: TestAccSageMakerFeatureGroup_serial/multipleFeatures (60.18s)
    --- FAIL: TestAccSageMakerFeatureGroup_serial/offlineConfig_format (65.24s)
    --- PASS: TestAccSageMakerFeatureGroup_serial/tags (65.64s)
    --- PASS: TestAccSageMakerFeatureGroup_serial/description (49.66s)
    --- PASS: TestAccSageMakerFeatureGroup_serial/disappears (37.36s)
    --- PASS: TestAccSageMakerFeatureGroup_serial/offlineConfig_basic (93.76s)
    --- FAIL: TestAccSageMakerFeatureGroup_serial/offlineConfig_createCatalog (46.41s)
    --- PASS: TestAccSageMakerFeatureGroup_serial/offlineConfig_providedCatalog (52.61s)
    --- PASS: TestAccSageMakerFeatureGroup_serial/onlineConfigSecurityConfig (39.48s)
    --- PASS: TestAccSageMakerFeatureGroup_serial/onlineConfig_TTLDuration (47.09s)
=== RUN   TestAccSageMaker_serial/Domain/posix
=== RUN   TestAccSageMaker_serial/Domain/basic
=== RUN   TestAccSageMaker_serial/Domain/sharingSettings
=== RUN   TestAccSageMaker_serial/Domain/generativeAi
=== RUN   TestAccSageMaker_serial/Domain/identityProviderOauthSettings
=== RUN   TestAccSageMaker_serial/Domain/tags
=== RUN   TestAccSageMaker_serial/Domain/codeEditorAppSettings
=== RUN   TestAccSageMaker_serial/Domain/modelRegisterSettings
=== RUN   TestAccSageMaker_serial/Domain/rSessionAppSettings
=== RUN   TestAccSageMaker_serial/Domain/kernelGatewayAppSettings
=== RUN   TestAccSageMaker_serial/Domain/codeEditorAppSettings_customImage
    domain_test.go:723: Environment variable SAGEMAKER_IMAGE_VERSION_BASE_IMAGE is not set
=== RUN   TestAccSageMaker_serial/Domain/directDeploySettings
=== RUN   TestAccSageMaker_serial/Domain/spaceStorageSettings
=== RUN   TestAccSageMaker_serial/Domain/kernelGatewayAppSettings_lifecycleConfig
=== RUN   TestAccSageMaker_serial/Domain/jupyterLabAppSettings
=== RUN   TestAccSageMaker_serial/Domain/kms
=== RUN   TestAccSageMaker_serial/Domain/rStudioServerProDomainSettings
    acctest.go:1715: skipping test for aws/us-west-2: Error running apply: exit status 1
        
        Error: creating SageMaker Domain (d-gmg7ku90n1hk): waiting for completion: unexpected state 'Failed', wanted target 'InService'. last error: ConfigurationError: Domain-level App [arn:aws:sagemaker:us-west-2:123456789012:app/d-gmg7ku90n1hk/domain-shared/RStudioServerPro/default] failed to start: [ResourceNotFoundError: No available licenses were found. Validate that a license for RStudio Workbench exists in AWS License Manager that is in Active state.].
        
          with aws_sagemaker_domain.test,
          on terraform_plugin_test.tf line 86, in resource "aws_sagemaker_domain" "test":
          86: resource "aws_sagemaker_domain" "test" {
        
=== RUN   TestAccSageMaker_serial/Domain/canvas
=== RUN   TestAccSageMaker_serial/Domain/domainSettings
=== RUN   TestAccSageMaker_serial/Domain/kendraSettings
=== RUN   TestAccSageMaker_serial/Domain/spaceSettingsKernelGatewayAppSettings
=== RUN   TestAccSageMaker_serial/Domain/code
=== RUN   TestAccSageMaker_serial/Domain/tensorboardAppSettings
=== RUN   TestAccSageMaker_serial/Domain/tensorboardAppSettingsWithImage
=== RUN   TestAccSageMaker_serial/Domain/kernelGatewayAppSettings_defaultResourceAndCustomImage
    domain_test.go:907: Environment variable SAGEMAKER_IMAGE_VERSION_BASE_IMAGE is not set
=== RUN   TestAccSageMaker_serial/Domain/securityGroup
=== RUN   TestAccSageMaker_serial/Domain/codeEditorAppSettings_defaultResourceSpecAndCustomImage
    domain_test.go:762: Environment variable SAGEMAKER_IMAGE_VERSION_BASE_IMAGE is not set
=== RUN   TestAccSageMaker_serial/Domain/rStudioServerProAppSettings
=== RUN   TestAccSageMaker_serial/FlowDefinition
=== RUN   TestAccSageMaker_serial/FlowDefinition/basic
=== RUN   TestAccSageMaker_serial/FlowDefinition/disappears
=== RUN   TestAccSageMaker_serial/FlowDefinition/tags
=== RUN   TestAccSageMaker_serial/FlowDefinition/HumanLoopConfigPublicWorkforce
=== RUN   TestAccSageMaker_serial/FlowDefinition/HumanLoopRequestSource
=== RUN   TestAccSageMaker_serial/Space
=== RUN   TestAccSageMaker_serial/Space/customFileSystem
=== RUN   TestAccSageMaker_serial/Space/basic
=== RUN   TestAccSageMaker_serial/Space/tags
=== RUN   TestAccSageMaker_serial/Space/kernelGatewayAppSettings
=== RUN   TestAccSageMaker_serial/Space/jupyterServerAppSettings
=== RUN   TestAccSageMaker_serial/Space/jupyterLabAppSettings
=== RUN   TestAccSageMaker_serial/Space/codeEditorAppSettings
=== RUN   TestAccSageMaker_serial/Space/disappears
=== RUN   TestAccSageMaker_serial/Space/kernelGatewayAppSettings_lifecycleConfig
=== RUN   TestAccSageMaker_serial/Space/kernelGatewayAppSettings_imageConfig
    space_test.go:203: Environment variable SAGEMAKER_IMAGE_VERSION_BASE_IMAGE is not set
=== RUN   TestAccSageMaker_serial/Space/storageSettings
=== RUN   TestAccSageMaker_serial/UserProfile
=== RUN   TestAccSageMaker_serial/UserProfile/kernelGatewayAppSettings
=== RUN   TestAccSageMaker_serial/UserProfile/kernelGatewayAppSettings_lifecycleConfig
=== RUN   TestAccSageMaker_serial/UserProfile/kernelGatewayAppSettings_imageConfig
    user_profile_test.go:244: Environment variable SAGEMAKER_IMAGE_VERSION_BASE_IMAGE is not set
=== RUN   TestAccSageMaker_serial/UserProfile/codeEditorAppSettings_customImage
    user_profile_test.go:282: Environment variable SAGEMAKER_IMAGE_VERSION_BASE_IMAGE is not set
=== RUN   TestAccSageMaker_serial/UserProfile/jupyterServerAppSettings
=== RUN   TestAccSageMaker_serial/UserProfile/basic
=== RUN   TestAccSageMaker_serial/UserProfile/tensorboardAppSettings
=== RUN   TestAccSageMaker_serial/UserProfile/tensorboardAppSettingsWithImage
=== RUN   TestAccSageMaker_serial/UserProfile/disappears
=== RUN   TestAccSageMaker_serial/UserProfile/tags
=== RUN   TestAccSageMaker_serial/Workforce
=== RUN   TestAccSageMaker_serial/Workforce/VPC
=== RUN   TestAccSageMaker_serial/Workforce/disappears
=== RUN   TestAccSageMaker_serial/Workforce/CognitoConfig
=== RUN   TestAccSageMaker_serial/Workforce/OidcConfig
=== RUN   TestAccSageMaker_serial/Workforce/OidcConfig_full
=== RUN   TestAccSageMaker_serial/Workforce/SourceIpConfig
=== RUN   TestAccSageMaker_serial/Workteam
=== RUN   TestAccSageMaker_serial/Workteam/disappears
=== RUN   TestAccSageMaker_serial/Workteam/tags
=== RUN   TestAccSageMaker_serial/Workteam/CognitoConfig
=== RUN   TestAccSageMaker_serial/Workteam/NotificationConfig
=== RUN   TestAccSageMaker_serial/Workteam/WorkerAccessConfiguration
=== RUN   TestAccSageMaker_serial/Workteam/OidcConfig
=== RUN   TestAccSageMaker_serial/Servicecatalog
=== RUN   TestAccSageMaker_serial/Servicecatalog/basic
--- PASS: TestAccSageMaker_serial (21131.87s)
    --- PASS: TestAccSageMaker_serial/App (2847.24s)
        --- PASS: TestAccSageMaker_serial/App/resourceSpecLifecycle (552.06s)
        --- PASS: TestAccSageMaker_serial/App/space (440.10s)
        --- PASS: TestAccSageMaker_serial/App/basic (307.97s)
        --- PASS: TestAccSageMaker_serial/App/disappears (579.58s)
        --- PASS: TestAccSageMaker_serial/App/tags (455.65s)
        --- PASS: TestAccSageMaker_serial/App/resourceSpec (511.88s)
        --- PASS: TestAccSageMaker_serial/App/decodeAppId (0.00s)
    --- PASS: TestAccSageMaker_serial/Domain (7764.38s)
        --- PASS: TestAccSageMaker_serial/Domain/workspaceSettings (247.82s)
        --- PASS: TestAccSageMaker_serial/Domain/disappears (270.34s)
        --- SKIP: TestAccSageMaker_serial/Domain/kernelGatewayAppSettings_customImage (0.00s)
        --- PASS: TestAccSageMaker_serial/Domain/jupyterServerAppSettings (87.66s)
        --- PASS: TestAccSageMaker_serial/Domain/defaultUserSettingsUpdated (264.73s)
        --- PASS: TestAccSageMaker_serial/Domain/efs (337.95s)
        --- PASS: TestAccSageMaker_serial/Domain/posix (247.51s)
        --- PASS: TestAccSageMaker_serial/Domain/basic (247.94s)
        --- PASS: TestAccSageMaker_serial/Domain/sharingSettings (240.14s)
        --- PASS: TestAccSageMaker_serial/Domain/generativeAi (249.41s)
        --- PASS: TestAccSageMaker_serial/Domain/identityProviderOauthSettings (239.40s)
        --- PASS: TestAccSageMaker_serial/Domain/tags (246.66s)
        --- PASS: TestAccSageMaker_serial/Domain/codeEditorAppSettings (248.05s)
        --- PASS: TestAccSageMaker_serial/Domain/modelRegisterSettings (258.95s)
        --- PASS: TestAccSageMaker_serial/Domain/rSessionAppSettings (251.78s)
        --- PASS: TestAccSageMaker_serial/Domain/kernelGatewayAppSettings (248.27s)
        --- SKIP: TestAccSageMaker_serial/Domain/codeEditorAppSettings_customImage (0.00s)
        --- PASS: TestAccSageMaker_serial/Domain/directDeploySettings (248.45s)
        --- PASS: TestAccSageMaker_serial/Domain/spaceStorageSettings (237.87s)
        --- PASS: TestAccSageMaker_serial/Domain/kernelGatewayAppSettings_lifecycleConfig (247.61s)
        --- PASS: TestAccSageMaker_serial/Domain/jupyterLabAppSettings (248.42s)
        --- PASS: TestAccSageMaker_serial/Domain/kms (250.41s)
        --- SKIP: TestAccSageMaker_serial/Domain/rStudioServerProDomainSettings (513.29s)
        --- PASS: TestAccSageMaker_serial/Domain/canvas (248.81s)
        --- PASS: TestAccSageMaker_serial/Domain/domainSettings (262.93s)
        --- PASS: TestAccSageMaker_serial/Domain/kendraSettings (248.33s)
        --- PASS: TestAccSageMaker_serial/Domain/spaceSettingsKernelGatewayAppSettings (259.91s)
        --- PASS: TestAccSageMaker_serial/Domain/code (249.73s)
        --- PASS: TestAccSageMaker_serial/Domain/tensorboardAppSettings (239.56s)
        --- PASS: TestAccSageMaker_serial/Domain/tensorboardAppSettingsWithImage (297.32s)
        --- SKIP: TestAccSageMaker_serial/Domain/kernelGatewayAppSettings_defaultResourceAndCustomImage (0.00s)
        --- PASS: TestAccSageMaker_serial/Domain/securityGroup (262.37s)
        --- SKIP: TestAccSageMaker_serial/Domain/codeEditorAppSettings_defaultResourceSpecAndCustomImage (0.00s)
        --- PASS: TestAccSageMaker_serial/Domain/rStudioServerProAppSettings (262.76s)
    --- PASS: TestAccSageMaker_serial/FlowDefinition (407.57s)
        --- PASS: TestAccSageMaker_serial/FlowDefinition/basic (90.96s)
        --- PASS: TestAccSageMaker_serial/FlowDefinition/disappears (88.03s)
        --- PASS: TestAccSageMaker_serial/FlowDefinition/tags (112.56s)
        --- PASS: TestAccSageMaker_serial/FlowDefinition/HumanLoopConfigPublicWorkforce (25.53s)
        --- PASS: TestAccSageMaker_serial/FlowDefinition/HumanLoopRequestSource (90.49s)
    --- PASS: TestAccSageMaker_serial/Space (2687.52s)
        --- PASS: TestAccSageMaker_serial/Space/customFileSystem (371.47s)
        --- PASS: TestAccSageMaker_serial/Space/basic (254.17s)
        --- PASS: TestAccSageMaker_serial/Space/tags (251.47s)
        --- PASS: TestAccSageMaker_serial/Space/kernelGatewayAppSettings (253.77s)
        --- PASS: TestAccSageMaker_serial/Space/jupyterServerAppSettings (245.59s)
        --- PASS: TestAccSageMaker_serial/Space/jupyterLabAppSettings (265.26s)
        --- PASS: TestAccSageMaker_serial/Space/codeEditorAppSettings (259.23s)
        --- PASS: TestAccSageMaker_serial/Space/disappears (273.05s)
        --- PASS: TestAccSageMaker_serial/Space/kernelGatewayAppSettings_lifecycleConfig (256.04s)
        --- SKIP: TestAccSageMaker_serial/Space/kernelGatewayAppSettings_imageConfig (0.00s)
        --- PASS: TestAccSageMaker_serial/Space/storageSettings (257.47s)
    --- PASS: TestAccSageMaker_serial/UserProfile (2023.78s)
        --- PASS: TestAccSageMaker_serial/UserProfile/kernelGatewayAppSettings (244.96s)
        --- PASS: TestAccSageMaker_serial/UserProfile/kernelGatewayAppSettings_lifecycleConfig (254.55s)
        --- SKIP: TestAccSageMaker_serial/UserProfile/kernelGatewayAppSettings_imageConfig (0.00s)
        --- SKIP: TestAccSageMaker_serial/UserProfile/codeEditorAppSettings_customImage (0.00s)
        --- PASS: TestAccSageMaker_serial/UserProfile/jupyterServerAppSettings (245.24s)
        --- PASS: TestAccSageMaker_serial/UserProfile/basic (254.87s)
        --- PASS: TestAccSageMaker_serial/UserProfile/tensorboardAppSettings (253.82s)
        --- PASS: TestAccSageMaker_serial/UserProfile/tensorboardAppSettingsWithImage (259.47s)
        --- PASS: TestAccSageMaker_serial/UserProfile/disappears (267.64s)
        --- PASS: TestAccSageMaker_serial/UserProfile/tags (243.23s)
    --- PASS: TestAccSageMaker_serial/Workforce (362.12s)
        --- PASS: TestAccSageMaker_serial/Workforce/VPC (234.08s)
        --- PASS: TestAccSageMaker_serial/Workforce/disappears (18.03s)
        --- PASS: TestAccSageMaker_serial/Workforce/CognitoConfig (18.99s)
        --- PASS: TestAccSageMaker_serial/Workforce/OidcConfig (25.37s)
        --- PASS: TestAccSageMaker_serial/Workforce/OidcConfig_full (25.93s)
        --- PASS: TestAccSageMaker_serial/Workforce/SourceIpConfig (39.72s)
    --- PASS: TestAccSageMaker_serial/Workteam (238.18s)
        --- PASS: TestAccSageMaker_serial/Workteam/disappears (13.93s)
        --- PASS: TestAccSageMaker_serial/Workteam/tags (30.23s)
        --- PASS: TestAccSageMaker_serial/Workteam/CognitoConfig (105.81s)
        --- PASS: TestAccSageMaker_serial/Workteam/NotificationConfig (33.95s)
        --- PASS: TestAccSageMaker_serial/Workteam/WorkerAccessConfiguration (23.24s)
        --- PASS: TestAccSageMaker_serial/Workteam/OidcConfig (31.03s)
    --- PASS: TestAccSageMaker_serial/Servicecatalog (25.94s)
        --- PASS: TestAccSageMaker_serial/Servicecatalog/basic (25.94s)
FAIL
FAIL	github.com/hashicorp/terraform-provider-aws/internal/service/sagemaker	21555.358s
FAIL
make: *** [testacc] Error 1

Failures are unrelated to this change and are occurring in CI.

# Conflicts:
#	internal/conns/awsclient_gen.go
@ewbankkit
Copy link
Contributor

@DanielRieske Thanks for the contribution 🎉 👏.

@ewbankkit ewbankkit merged commit 031174d into hashicorp:main Aug 14, 2024
48 checks passed
@github-actions github-actions bot added this to the v5.63.0 milestone Aug 14, 2024
Copy link

This functionality has been released in v5.63.0 of the Terraform AWS Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading.

For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you!

Copy link

I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 16, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
aws-sdk-go-migration Issues that are related to the providers migration to AWS SDK for Go v2. client-connections Pertains to the AWS Client and service connections. documentation Introduces or discusses updates to documentation. external-maintainer Contribution from a trusted external contributor. generators Relates to code generators. service/sagemaker Issues and PRs that pertain to the sagemaker service. sweeper Pertains to changes to or issues with the sweeper. tags Pertains to resource tagging. tests PRs: expanded test coverage. Issues: expanded coverage, enhancements to test infrastructure.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[AWS SDK for Go Migration] SageMaker Service
2 participants